From: Adrian Robert Date: Fri, 6 Mar 2009 14:53:02 +0000 (+0000) Subject: * nsterm.m (x_set_window_size): Change back to calculated method X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1386 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6d5ca6069217b459cc5d18f418b0680a2646fff5;p=emacs.git * nsterm.m (x_set_window_size): Change back to calculated method of setting toolbar height under Cocoa. (Bug#2546) (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method. (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize. --- diff --git a/src/ChangeLog b/src/ChangeLog index b04d80e0233..176d02f2a05 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2009-03-06 Adrian Robert + + * nsterm.m (x_set_window_size): Change back to calculated method + of setting toolbar height under Cocoa. (Bug#2546) + (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method. + (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize. + 2009-03-06 Kenichi Handa These changes are to detect incorrect composition sequence without @@ -51,7 +58,7 @@ 2009-03-05 Adrian Robert - * nsterm.m (ns_select): Shortcircuit if reentrant call. + * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564) 2009-03-05 Kenichi Handa